Automate Your Invoices with n8n and Templated.io

invoice automation

Here’s the simple N8N automation I built that pulls invoice data from Google Sheets, creates a PDF using Templated.io, emails it to the client, and updates the sheet automatically.


🔗 Useful Links

Templated.io Sign-Up (50 Free Credits): Sign up

Download Workflow JSON:

Code Node JavaScript
// Get invoice number from the Google Sheet node
const invoiceNumber = $('Loop Over Items').first().json['Invoice number'];

for (const item of items) {
  if (item.binary && item.binary.data) {
    item.binary.data.fileName = `${invoiceNumber}.pdf`;
  }
}

return items;

⚙️ Tools Used

  • n8n
  • Templated.io
  • Google Sheets
  • Gmail / SMTP

🎥 Tutorial Video

Keep Reading

Category AI Posted on

How to Build and Sell Google Gemini Gems: The 2026 Blueprint

The AI landscape has shifted. In 2026, it’s no longer enough to just "use" AI—you need to build with it. Google Gemini Gems have opened up a massive opportunity for creators and entrepreneurs to build custom, high-value AI agents without writing a single line of code. In this guide and video, I’m going to show you how to use Google Gemini Gems and build no-code AI apps to monetize and make money with them. We’ll …
Continue reading
Category AI Posted on

Stop Using ChatGPT Like a Beginner (Here’s a Better Way)

If your ChatGPT sidebar is filled with dozens of random, short chats, you’re not alone. Most people use ChatGPT as a one-off conversation tool — asking something, getting an answer, and starting from scratch again the next time. The problem with this approach is simple:ChatGPT forgets everything.So it keeps asking the same questions — your idea, your tone, your context — over and over again. There’s a much sma…
Continue reading